home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
devel
/
wild
/
include
/
clib
/
drawmodule_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-01
|
695b
|
24 lines
#ifndef CLIB_DRAWMODULE_PROTOS_H
#define CLIB_DRAWMODULE_PROTOS_H
/*
** $VER: drawmodule_protos.h 2.01 (9.12.98)
**
** modules libraries common prototypes.
**
*/
#include <exec/types.h>
#include <utility/tagitem.h>
#include <wild/tdcore.h>
void SetModuleTags(struct WildApp *wapp,struct TagItem *tags);
void GetModuleTags(struct WildApp *wapp,struct TagItem *tags);
BOOL SetupModule(struct WildApp *wapp,struct TagItem *tags);
void CloseModule(struct WildApp *wapp);
BOOL RefreshModule(struct WildApp *wapp);
void DRWPaintArray(struct WildApp *wapp,ULONG *PaintArray);
void DRWInitFrame(struct WildApp *wapp);
BOOL DRWInitTexture(struct WildApp *wapp,struct WildTexture *tex);
#endc